home *** CD-ROM | disk | FTP | other *** search
/ Science Fair / Science Fair.iso / pc / working / work.dir / 00752.ls < prev    next >
Encoding:
Text File  |  1995-03-27  |  208 b   |  10 lines

  1. on exitFrame
  2.   global gObjects
  3.   repeat with i = 1 to gObjects
  4.     set the visible of sprite (i + 10) to 0
  5.     puppetSprite(i + 10, 0)
  6.     puppetSprite(i + 20, 0)
  7.     puppetSprite(i + 30, 0)
  8.   end repeat
  9. end
  10.